DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1CursorDataCollection<T> Class / FilterChanged Event

In This Topic
    FilterChanged Event (C1CursorDataCollection<T>)
    In This Topic
    Raised after a filter operation was performed.
    Syntax
    'Declaration
     
    Public Event FilterChanged As EventHandler
    public event EventHandler FilterChanged
    See Also